home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / grabthegrub.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  291 b   |  16 lines

  1. playSound("opening",999);
  2. soundControl.onRelease = function()
  3. {
  4.    if(this._currentframe == 1)
  5.    {
  6.       this._parent.masterVolume.setVolume(0);
  7.       this.nextFrame();
  8.    }
  9.    else
  10.    {
  11.       this._parent.masterVolume.setVolume(100);
  12.       this.prevFrame();
  13.    }
  14. };
  15. stop();
  16.